home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Games for Palm OS 2 / PalmV2012301.ISO / puzzles / Pilot Mines / Readme.txt < prev    next >
Text File  |  1999-06-02  |  3KB  |  59 lines

  1.  
  2. Pilot Mines is a little freeware application, modelled after an X11
  3. minesweeper clone (which in turn was modelled after the original MS game).
  4.  
  5. The controls are fairly easy (if you know the game): tapping on a covered
  6. field will uncover it (like the left mouse button in the original game),
  7. tapping on an uncovered field does the same as pressing the middle mouse
  8. button in the original game, tapping on a covered field while pressing the
  9. page up or page down button toggles flagging that field (that's what the
  10. right mouse button does).
  11.  
  12. Thanks to Dylan Ginsburg <dylan@mailzone.com> for suggesting another
  13. controls scheme: instead of using the page up/down keys all the time, the
  14. first tap on a covered field will flag it, the second will uncover it.
  15. Pressing the page up/down key while tapping a covered field toggles the flag
  16. as before. This scheme is selectable via preferences menu (it's called
  17. Dylan style controls :-).
  18.  
  19. The program source is supplied, in case anybody is interested in this four
  20. day hack -- I've actually found out how to connect gdb to xcopilot (see the
  21. comments for the Show() function :-). The Makefile and .rcp file is setup
  22. for use under Unix, you probably have to change things to make it work under
  23. Windows.
  24.  
  25. There is some locale support: you can compile Pilot Mines as german or
  26. english version. Simply set the LANGUAGE variable in the Makefile.
  27.  
  28. mine_en.prc    is the english version of the program,
  29. mine_de.prc    the german version.
  30.  
  31. Have fun with it,
  32. Thomas
  33.  
  34. ---
  35. Thomas Pundt <pundt@rp-online.de>      | RP-Online Verlagsgesellschaft mbH
  36. Schlossstrasse 42, D-40477 Duesseldorf | Blumenstrasse 28, D-40212 Duesseldorf
  37.  
  38. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  39.  
  40. New in version 0.2:
  41.   o (hopefully) fixed the bug, where the field for a new highscore entry had 
  42.     garbage in it;
  43.   o implemented another scheme for the controls; it's selectable via
  44.     preferences (thanks to Dylan Ginsburg <dylan@mailzone.com> for the
  45.     idea);
  46.  
  47. Thu May 13 16:18:22 MEST 1999 Thomas Pundt <pundt@rp-online.de>
  48. o Updated Makefile and source to optimally support egcs cross compiler
  49.   and pilrc v2.2.
  50. o PilotMines now also has a little 16x9 icon (displayed in Palm III
  51.   devices and Launcher III).
  52. o Cosmetic changes to time display. Highscores now are limited to one hour.
  53.  
  54. Wed Jun  2 09:26:58 MEST 1999 Thomas Pundt <pundt@rp-online.de>
  55. o changes from Lucas Bremgartner <breml@trash.net>:
  56.   new option: the first field never is a mine;
  57.   dialog to start new game is displayed after viewing the highscores.
  58. o released as version 0.3
  59.